home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / sys / Replace_37_2.lha / Replace / Src / Replace_protos.h < prev    next >
C/C++ Source or Header  |  1995-04-30  |  557b  |  24 lines

  1. /******************************************************************************
  2. *
  3. *    Generated by MakeProto+ on Sun Apr 30 14:04:45 1995
  4. *
  5. *******************************************************************************/
  6. #ifndef REPLACE_PROTOS_H
  7. #define REPLACE_PROTOS_H
  8.  
  9. /*
  10. ** BufSiz.c
  11. */
  12.  
  13. /*
  14. ** Replace.c
  15. */
  16. Prototype VOID     BadFile(TEXT *,TEXT *,TEXT *);
  17. Prototype VOID     BadParm(TEXT *,TEXT *);
  18. Prototype VOID     About(VOID);
  19. Prototype VOID     Usage(TEXT *);
  20. Prototype TEXT    *transmogrify(TEXT *);
  21. Prototype CFG    *InitCFG(LONG,TEXT **);
  22.  
  23. #endif !REPLACE_PROTOS_H
  24.